home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb94 / dg_fig06.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  56KB  |  636x385  |  8-bit (256 colors)
Labels: text | screenshot | display | software | number | font
OCR: DLLCALL :: #Button9 :: pushButton* method pushButton(var eventInfo Event) var iIntegerIn SmallInt lpszString String dDoubleIn Number iRtnValue SmallInt endVar iIntegerIn = 5 lpszString ; Any legal integer value = "This message was sent from the PW form." dDoubleIn = 123.456 ; Any legal floating point number iRtnValue ; Initialize the return value to 0 ; Call the DLL "HelloFromDLL" function. iRtnValue = HelloFromDLL(iIntegerIn, 1pszString, dDoubleIn, windowClientHandle()) - msgInfo("Integer value sent to DLL:", strVal(iRtnValue)) endMethod Edit Line: 18 Col: 1